home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 72 / maccd 72.iso / updates / HTML Xtra 2.0.5 / HTML205.sit / HTML205 / xtradoc.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1999-02-22  |  693 b   |  15 lines

  1. on mouseUp
  2.   global ghtmlnormfont, ghtmlheadfont, ghtmlttfont, ghtmlfontsize, ghtmllinkred, ghtmllinkgreen, ghtmllinkblue, ghtmlsmoothness, ghtmlmargin
  3.   set ghtmlnormfont to the text of field "normfont"
  4.   set ghtmlttfont to the text of field "ttfont"
  5.   set ghtmlheadfont to the text of field "headfont"
  6.   set ghtmlfontsize to value(the text of field "fontsize")
  7.   set ghtmllinkred to value(the text of field "red")
  8.   set ghtmllinkgreen to value(the text of field "green")
  9.   set ghtmllinkblue to value(the text of field "blue")
  10.   set ghtmlsmoothness to value(the text of field "smooth")
  11.   set ghtmlmargin to value(the text of field "margin")
  12.   htmlsetdefaults("html")
  13.   htmlredraw("html")
  14. end
  15.